Skip to content

[MINOR] off-by-one error in CSV header writing - #2557

Open
t99-i wants to merge 2 commits into
apache:mainfrom
t99-i:MINOR-Bugfix-FrameRDDConverterUtils
Open

[MINOR] off-by-one error in CSV header writing #2557
t99-i wants to merge 2 commits into
apache:mainfrom
t99-i:MINOR-Bugfix-FrameRDDConverterUtils

Conversation

@t99-i

@t99-i t99-i commented Jul 19, 2026

Copy link
Copy Markdown

fixed incorrect column name indexing (off-by-one error) in CSV header writing

fixed incorrect column name indexing (off-by-one error) in CSV header writing
@t99-i

t99-i commented Jul 19, 2026

Copy link
Copy Markdown
Author

@janniklinde

@janniklinde

Copy link
Copy Markdown
Contributor

Thanks for identifying and fixing the issue @t99-i. It would be great if you could include a test case which would fail with the old implementation.

- added corresponding test which should fail with the old implementation
@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.59%. Comparing base (3de7cbe) to head (e13ce09).
⚠️ Report is 85 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2557      +/-   ##
============================================
+ Coverage     71.36%   71.59%   +0.23%     
- Complexity    48688    50281    +1593     
============================================
  Files          1570     1623      +53     
  Lines        188757   194314    +5557     
  Branches      37039    37965     +926     
============================================
+ Hits         134711   139128    +4417     
- Misses        43594    44288     +694     
- Partials      10452    10898     +446     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants